@charset "utf-8";
ul, li, ol {list-style: none;}
[class*="am-u-"] {padding-left:0rem;padding-right:0rem;}
.am-container {padding-left:0px;padding-right:0px ;}
.am-container > .am-g {margin-left: 0px;margin-right:0px ;}
.small-nav img,.small-nav a,.am-g.small-nav {border:none;}

body{background-color:#f4f4f4;}

/*轮播图 start*/
.banner_view_left{display: none;width:180px;height:200px;float:left;}
.slideall{display: none;}

/*默认轮播图*/
body .banner .banner1{width:100%;}
#goods-category .goods-category-s .category-content .category{height:999px;}

/*第一套轮播图*/
body.banner_1 .banner .banner1{width: 840px;margin: 0 auto;}
body.banner_1 .banner .slideall{display: block;}

/*第二套轮播图*/
body.banner_2 .banner .banner1{width:1200px;}
body.banner_2 .banner .slideall{display: none;}
/*轮播图 end*/

/*全部分类 移入显示*/
@media screen and (min-width:1280px){
    body.banner_1 #goods-category .goods-category-s .category-content .category{height:999px;}
}

/*首页楼层商品购物车 start*/
.shopping_car{position: absolute;right: -80px;bottom: -80px;z-index:9;width: 0;height: 0;border-width: 0 0 80px 80px;border-color: transparent transparent #0f6db6 transparent;border-style: solid;transition:all 0.5s;}
.shopping_car img{position: absolute;right: 5px;bottom: -75px;height: 36px;}

.floor .aggregation>a{transition:all 0.5s;}
@media screen and (min-width:1280px){
    .floor .aggregation>a:hover{box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);}

    .floor .goods-list .goods-items:hover {box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);position: relative;top: -3px;}
    .floor .goods-list .goods-items:hover .shopping_car{right:0;bottom:0;}
    .items-nav-title a:hover { color: #0f6db6; }
}
/*首页楼层商品购物车 end*/


/*手机导航*/
.small-nav {padding:10px 0px; font-size:12px;}
.small-nav .am-u-sm-3 { text-align: center; margin: 5px 0; }
.small-nav .nav-icon {max-width: 50px; max-height: 50px; padding: 12px; margin: 0 auto; border-radius: 50px; background-color: #ccc; }
.small-nav .am-u-sm-3:last-child { float: left; }
.small-nav .mini-nav-title { margin-top: 5px; }
.small-nav a { text-decoration: none !important; }

/*走马灯*/
.banner-mixed{position: relative;border: 1px solid #d1d1d1;overflow: hidden;}
.banner-news-title{position: absolute;left:10px;padding-right:10px;border-right:1px solid #eee ;}
.banner-news li,#banner-news li a{height: 30px;line-height:30px; font-size: 12px;}
.banner-news{max-width:1200px; margin:0px auto; overflow:hidden; height:30px;width:100%; text-align:left;color:#fff;}
.news-category-name { line-height: 11px; max-width: 50px; }
.banner-news li {padding:0 10px 0 80px;}
.mod-vip{display: none;}

/*标题*/
.items-nav-title{text-align: center;width: 100%;overflow: initial;}
.items-nav-title .floor-title {font-size: 14px;line-height: 1px;border-left: 60px solid #0f6db6;border-right: 60px solid #0f6db6;
text-align: center;float:none}
.items-nav-title .floor-desc,.items-nav-title .today-brands,.items-nav-title .more{display: none;}

/*楼层*/
.floor {position: relative; }
.outer-con .price { color: #0f6db6; font-weight: bold; }

/*小标签*/
.aggregation .word{padding: 5px; overflow: hidden;}
.word .outer {margin: 5px; width: calc(50% - 12px); height: 32px;  line-height: 32px; text-align: center;color: #fff;background-color: rgba(0, 0, 0, 0.03);border-radius: 3px; display: inline-block; border: 1px solid #fff; text-decoration: none; overflow: hidden;}

/*楼层左侧*/
.banner .am-slider .am-slides li {background: transparent !important;}
.aggregation .outer-con .describe { color: #fff; max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.floor .aggregation { width: 150px; text-align: center;}
.aggregation .outer-con{ padding: 10px; text-align: center; }

/*横幅广告*/
.streamer_pic{height: 120px;}
.streamer_pic a{display:block;height:100%;background-size:auto 100%;background-repeat:no-repeat;background-position:top center;background-color: #FFF;}

/*楼层商品*/
.floor .goods-list .goods-items { background-color: #fff; position: relative; overflow: hidden; }
.floor li {width: 50%;float: left;text-align: center;}
.floor .goods-list .goods-items .goods-images,
.aggregation .outer-con img,
.floor .aggregation img,
.small-nav img { width: 100%; }
.floor .goods-list .goods-items .goods-images{ padding: 10px; }
.floor_poster{margin-bottom:50px;}

/*楼层模块切换 start*/
.floor_cut_model{background: #FFF;}
.floor_cut_model .more{display: block;height: 80px;line-height: 80px;font-weight: 600;font-size: 16px;margin: 0 auto;max-width: 90%;}
.floor_cut_model .more a{position:relative;display:block;font-size:inherit;text-align-last:center;width:16.66%;float:left;overflow: hidden;white-space: nowrap;}
.floor_cut_model .more a:nth-child(n+7){display:none;}
.floor_cut_model .more a:not(:last-child):after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    display: block;
    width: 1px;
    height:40%;
    background: #dfdfdf;
    background: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(51%,#dfdfdf),to(white));
    background: linear-gradient(180deg,white,#dfdfdf 51%,white);
}
.floor_cut_model .more a:nth-child(6):after{display: none;}
/*楼层模块切换 end*/


.elevator_scroll{
    width: 1200px;
    height:0;
    box-sizing: border-box;
    position: fixed;
    left: 50%;
    transform:translateX(-50%);
    top: 100px;
    margin-left: -150px;
    -webkit-animation: fade .1s linear .3s both;
    animation: fade .1s linear .3s both;
    z-index: 9999;
    transition:all 0.5s;
    display: none;
}

.elevator_scroll:after{content:"";display: block;overflow: hidden;height:0;}
.elevator_scroll ul{
    position:relative;
    float:left;
    width:150px;
    box-shadow:0 2px 15px 0 rgba(0, 0, 0, 0.15);
}
.elevator_scroll ul:before{
    content: "商品楼层";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.5em;
    letter-spacing: 3px;
    height: 3em;
    line-height: 1.5;
    padding: 0.5em;
    box-sizing: initial;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 12px;
    transition:all 0.5s;
    z-index: -1;
}
.elevator_scroll ul li{
    height:40px;
    line-height:40px;
    color: #555;
    background-color: #fff;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding:0 2.8em;
}
.elevator_scroll ul li.to_top{
    border-bottom: 1px solid #ebebeb;
}
.elevator_scroll ul li.to_top i{
    display: inline-block;
    width: 10px;
    height: 11px;
    vertical-align: middle;
    margin-right: 13px;
    background: url(../images/go_top.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.elevator_scroll ul li.to_top span{
    color: #0f6db6;
    vertical-align: middle;
}
@media screen and (max-width:1500px){
    .elevator_scroll ul:before{left:100%;transform:translateX(0);}
    .elevator_scroll{left:0;transform:initial;}
}
@media screen and (max-width:1500px) and (min-width:1280px){
    .elevator_scroll:hover{left: 0;transform:initial;margin:0;}
    .elevator_scroll:hover ul:before{left:0;transform:translateX(-100%);}
}
@media screen and (min-width:1280px){
    .elevator_scroll ul li.item.active, .elevator_scroll ul li.item:hover {
        background-color: #0f6db6;
        border-color: #0f6db6;
        color: #fff;
    }
}

.banner1 {
    max-width: 100%;
    margin: 0 auto;
}
.area-in .area-bg .menu-srot .sort-side .dl-sort dt a {
    background: rgba(51,51,51,0.7);
    color: #fff;
    padding: 5px 10px;
}
.banner-left {
    width: 60px;
    height: 90px;
    cursor: pointer;
    background: #000 url(../images/ad_ctr.png) no-repeat 5px -180px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.banner-right {
    width: 60px;
    height: 90px;
    cursor: pointer;
    background: #000 url(../images/ad_ctr.png) no-repeat -5px bottom;
    opacity: 0.5;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.banner-right,.banner-left{
    visibility:hidden;
}
.banner .am-viewport:hover .banner-right{visibility:initial;}
.banner .am-viewport:hover .banner-left{visibility:initial;}
.banner-right:hover {
    background: #000 url(../images/ad_ctr.png) no-repeat -3px -90px;
}
.banner-left:hover {
    background: #000 url(../images/ad_ctr.png) no-repeat 3px top;
}

.am-btn-primary {
    color: #0f6db6 !important;
    background-color: #ffe5be;
    border-color: #ffe5be;
}
.footer_ul_box li .box span{white-space:nowrap;}

.ranking_new .rl-img img{position:relative;transition:all 0.5s;top:0;}
.ranking_new .rl-show:hover .rl-img img{top:-10px;}

@media only screen and (min-width: 1025px){
    body .commonrightnavigation-right-nav{height:auto;}
}

@media only screen and (min-width: 480px) {
    .small-nav img{max-width: 100%;max-height: 100%;}
    .small-nav{ font-size:14px;}
}

@media only screen and (min-width: 640px) {
    /*标题*/
    .am-container {padding-left:0px;padding-right:0px ;}
    .home-floor{width:100%;overflow:visible;}

    /*主题布局*/
    .banner{ width:100%;overflow:hidden;}

     /*改写的公告*/
    .banner-news-title{font-size: 14px;position: static;border-right:none ;color:#0f6db6 ;font-size: 16px;font-weight: 600; text-align: center;}
    .banner-news{ height: auto;width: 100%;padding-top:5px; }
    .banner-news li{ font-size:12px; padding:0px 0px;height: 30px;float: right;width:30% ;}

    /*标题*/
    /*标题的左右横杠*/
    .g_rl_wire{position: relative;}
    .g_rl_wire:before{content:"";display: block;position: absolute;top:50%;transform:translate(-20px, -50%);right:100%;margin-left:-10px;width:50px;height:2px;background:#0f6db6;}
    .g_rl_wire:after{content:"";display: block;position: absolute;top:50%;transform:translate(20px, -50%);left:100%;margin-right:-10px;width:50px;height:2px;background:#0f6db6;}
    .items-nav-title .floor-title {border: none;font-size:18px;line-height: 24px;font-weight: 600;margin-bottom:10px;}
    .items-nav-title .floor-desc {display:block;font-size: 14px;color: #999;line-height:18px;}

    /*楼层*/
    .floor .goods-list { overflow: initial; }
    .outer-con .describe {font-size: 14px;font-weight: 600;}
    .goods-title, .outer-con .price { font-size: 14px; }
    .floor .goods-list .goods-items { padding: 10px 15px; border-right: 1px solid; border-bottom: 1px solid; border-color: #eee; }
    .floor .goods-list .goods-items {height: 224px;padding: 0 12px}
    .floor .aggregation img {position: absolute;top:auto;left:0;bottom:0;}

    /*楼层 hover*/
    .word .outer:hover { background: #fff; color: #0f6db6 !important; -webkit-transition: background .2s ease-in; -moz-transition: background .2s ease-in; -ms-transition: background .2s ease-in; -o-transition: background .2s ease-in; transition: background .2s ease-in; -webkit-transition: color .2s ease-in; -moz-transition: color .2s ease-in; -ms-transition: color .2s ease-in; -o-transition: color .2s ease-in; transition: color .2s ease-in; }
    /*.goods-items:before { content: ""; position: absolute; top: 0; left: -100%; display: block; height: 100%; width: 50%; z-index: 999; background-color: rgba(255, 255, 255, 0.3); -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s; -ms-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); -o-transform: skewX(-20deg); transform: skewX(-20deg); background: -webkit-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); background: -moz-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); background: -o-linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.4) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=transparent, endColorstr=rgba(255, 255, 255, 0.4),GradientType=0.9); }
    .goods-items:hover:before { left: 100%; }*/
    .goods-items:hover { z-index: 99; -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transition: box-shadow .2s ease-in; -moz-transition: box-shadow .2s ease-in; -ms-transition: box-shadow .2s ease-in; -o-transition: box-shadow .2s ease-in; transition: box-shadow .2s ease-in; }
    .floor .aggregation img { -webkit-transition: transform .6s ease-in; -moz-transition: transform .6s ease-in; -ms-transition: transform .6s ease-in; -o-transition: transform .6s ease-in; transition: transform .6s ease-in; }
    .floor .aggregation img:hover { transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
}

@media only screen and (min-width: 1025px) {
    .small-nav { display:none;}
    .am-g-fixed{max-width:1000px;}
    .floor li{width:20%;}
    .banner-news{ padding: 10px; padding-bottom: 0}
    .slideall{margin:0px auto;position: relative;top:0;}

    /*第一套轮播图布局*/
    .banner{position: relative;z-index: 9;margin-bottom:50px;}
    .banner .am-slider .am-slides li{height:360px;}
    .banner .am-slider-default .am-direction-nav .am-next {right: 50px;}

    .category-content .category-list.navTwo li { height:36px;}
    .category-content .category-list.navTwo .b-category-name {line-height: 28px;}
    .category-content .category-list.navTwo .category-name i img {width: 22px; height: 22px;border-radius: 22px;}

    /*标题*/
    .items-nav-title{display:block;text-align: center;position: relative;height: 50px;line-height:50px;}
    .items-nav-title:after{content:"";display:block;clear:both;}
    .items-nav-title .floor-title a{font-size: 24px;font-weight: 500;height: 100%;line-height: 2;}
    .items-nav-title .floor_triangle_box{position:relative;float:left;width:50px;height:100%;overflow:hidden;display:none;}
    .items-nav-title .floor_triangle{width: 100px;border-width: 50px 50px 50px 50px;border-style: solid;border-color: #02938e transparent transparent transparent;transform: translateX(-50%);}
    .items-nav-title .floor_triangle span{font-style:oblique;position:absolute;bottom:0;left:0;transform: translateY(-50%);font-size:22px;color:#FFF;line-height:1.5;}
    .items-nav-title .more a:not(:last-child){height:100%;display:inline-block;padding: 0 10px;color: inherit;}
    .items-nav-title .more a+a{margin-left:10px;}

    .items-nav-title .floor-desc {display:block;font-size: 12px;color: #999;float: left;margin-left: 10px;}
    .items-nav-title .more {display: block;position: absolute;right: 0;top:50%;transform:translateY(-50%);font-size: 12px;height: 100%;z-index:9;}
    .items-nav-title .more .more-link{color: #FFF;background: #F72862 none repeat scroll 0% 0%;display: block;line-height: 20px;padding: 0px 10px; border-radius: 10px;font-size: 14px;}
    .items-nav-title .today-brands{display: block;position: absolute;right: 50px;overflow: hidden;height: 20px; top: 12px;text-align: right;}
    .today-brands a {font-size:12px;display: inline-block;vertical-align: middle;margin:0px 5px;}

     /*改写的公告*/
    .banner-mixed{ position:absolute;top:0;right:0;background:#FFF; z-index: 11; opacity: 1; -webkit-transition: opacity .2s ease-in; -moz-transition: opacity .2s ease-in; -ms-transition: opacity .2s ease-in; -o-transition: opacity .2s ease-in; transition: opacity .2s ease-in; margin-bottom: 0; }
    .banner-mixed .banner-news li {float: none;width: 100%;padding:0px 5px;border:none ;height: 28px;line-height:32px ;}
    .banner-mixed:hover { opacity: 1; }

    /*公告布局*/
    .banner-news{padding-top: 0px;}
    .banner-news li {height: 26px;line-height: 26px;}
    .banner-news-title{display: block; padding-left:5px; padding-top: 5px; border-top: 1px solid #eee; }
    .mod-vip{ display: block; padding: 10px; }
    .m-baseinfo{position: relative;margin-bottom: 10px;}
    .m-baseinfo img.user-avatar {display: block;width: 50px;height: 50px;border-radius: 50px;}
    .m-baseinfo em span {position: absolute;top:15px;left:60px;font-size: 12px;color: #3C3C3C;}
    .member-login .btn{width:48%;height: 25px;display: inline-block;line-height: 25px;text-align: center;}
    .member-login .btn:hover { color: #fff !important; text-decoration: none; }
    .member-login{overflow: hidden;height:25px;text-align: center;}
    .member-logout {position: absolute; top: 33px; left: 60px; font-size: 12px; color: #0f6db6; }
    .member-center {overflow: hidden; }
    .member-center a {float: left;margin-left: -1px;width:25%;text-align: center;border-left:0;font-size: 12px; text-decoration: none; }
    .member-center a strong {height: 18px;display: block;font-size: 14px;color: #0f6db6;}


    /*楼层*/
    .floor .aggregation {width: 23%; }
    .floor .floor-r {width:77%;float: left;border-top: 1px solid #d1d1d1;}
    .am-btn-primary {background-color: #0f6db6;border-color: #ffedd9;color: #fff !important;}
    /*.member-login .am-btn-primary:last-child {background-color: #d9f3e4;color: #238435 !important;}*/
    /*.member-login .am-btn-primary.am-fr:hover{background: #49bf78;color: #fff !important;}*/

    /*楼层*/
    .outer-con .title {line-height:22px ;color:#666 ;}
    .floor {position: relative;border: none;}

    /*楼层左侧*/
    .aggregation .word{ padding: 5px 10px; }

    /*楼层右侧*/
    .fenlei  li:hover {background: #0f6db6;}
    .fenlei .list-items .type-list-item a:hover {color :#fff}
    .fenlei .list-items .type-list-item a {display: block}
    .fenlei {float: right;width: 9%; background: #fff;border: 1px solid #d1d1d1;border-left: none;}
    .fenlei .listtitle{font-size: 16px;padding: 21px 0 16px 16px;text-align: left;font-weight: normal;}
    .fenlei .list-items .type-list-item {width:100%;padding-left: 16px;text-align: left;font-size: 14px;line-height: 22px;margin-bottom: 8px;cursor: pointer;}

    /*楼层颜色*/
    #floor1 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #68937f;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor2 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #d17b28;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor3 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #594e90;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor4 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #728fb9;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor5 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #648b6c;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor6 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #cd6655;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor7 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #708db7;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor8 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #9c7b36;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor9 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #caa463;position: absolute;bottom:0px;border-left: 30px solid #fff}
    #floor10 .aggregation .triangle-topright{width: 0;height: 0;border-top: 30px solid #f768e8;position: absolute;bottom:0px;border-left: 30px solid #fff}
}


@media only screen and (min-width: 1260px) {
    .floor .aggregation {
        width: 300px;
        height:450px !important;
    }
    .floor .floor-r {
        width: 75%;
        border: 1px solid #d1d1d1;
        border-right: 0px solid transparent;
    }


    .slideall{max-width: 1200px;margin:0 auto ;}
    .am-g-fixed{max-width:1200px}

    /*轮播图布局*/
    .banner .am-slider .am-slides li{height:100%;overflow: hidden;}
    .banner .am-slider .am-slides li a{display:block;height:100%;}
    .banner .am-slider .am-slides img{width: 100%;height:auto;}
    /*公告布局*/
    .banner-mixed { width:180px; text-align: left; display: block;}
    .banner-news{padding-top: 0;}
    .banner-news li {height: 26px;line-height: 26px;}
    .banner-news-title{display: block; padding-left:5px; padding-top: 5px; border-top: 1px solid #eee; }
    .mod-vip{ display: block; padding: 10px; }
    .m-baseinfo{position: relative;margin-bottom: 10px;}
    .m-baseinfo img.user-avatar {display: block;width: 50px;height: 50px;border-radius: 50px;}
    .m-baseinfo em span {position: absolute;top:15px;left:60px;font-size: 12px;color: #3C3C3C;}
    .member-login .btn{width:48%;height: 25px;display: inline-block;line-height: 25px;text-align: center;}
    .member-login .btn:hover { color: #fff !important; text-decoration: none; }
    .member-login{overflow: hidden;height:25px;text-align: center;}
    .member-logout {  position: absolute; top: 33px; left: 60px; font-size: 12px; color: #0f6db6; }
    .member-center { overflow: hidden; }
    .member-center a {float: left;margin-left: -1px;width:25%;text-align: center;border-left: 0;font-size: 12px; text-decoration: none; }
    .member-center a strong {height: 18px;display: block;font-size: 14px;color: #F40;}

    /*楼层*/
    .am-btn-primary {
        background-color: #0f6db6;
        border-color: #ffedd9;
        color: #fff !important;
    }
}

@media only screen and (max-width: 640px) {
    .items-nav-title{ padding: 0 10%;}
    .banner-news-title{line-height: 30px; height: 30px; color: #333; max-width: 62px;}
    .am-footer { padding-bottom: 50px; }

    /*楼层*/
    .floor .aggregation { width: 100%; height: auto; }
    .aggregation .word { padding: 10px; }
    .word .outer { width: calc(33% - 12px); }
    .floor .goods-list .goods-items { width: 50%; float: left; padding: 10px; border-bottom: 1px solid #eee; }
    .floor .goods-list .goods-items:nth-of-type(2n + 1) { border-right: 1px solid #eee; }
    .floor .goods-list .goods-items:nth-of-type(2n) { border-left: 1px solid transparent; }
}

/* 修 */
.am-block {width: 154px;height: 154px;}
.outer-con .price {text-align: center;}

.fenlei {border:0 solid transform;border-width:1px 1px 1px 0;border-color:#d1d1d1;border-style:solid;height:450px !important;display:none;}

/*侧边栏*/
.elevator {width: 40px;position: fixed;left: 200px;top: 20%;display: none;z-index: 9999;}
.elevator li{height:52px;}
.elevator li a {display: block;padding: 5px;width: 40px;height: 50px;background-color: #3a3a3a;color: #fff;border-bottom: 1px solid #fff;text-align: center;line-height: 20px;}

/* 首页banner */
.l-user-icon {display: inline-block;width: 40px;height: 40px;background: url(../images/icon.png);}
.l-user-icon1 {background-position: -42px 0;}
.l-user-icon2 {background-position: -42px -55px;}
.l-user-icon3 {background-position: -42px -109px;}
.l-user-icon4 {background-position: -42px -162px;}
.l-user-services1 {border-top: 1px solid #d1d1d1;border-bottom: 1px solid #d1d1d1;}
.l-user-concate {font-size: 12px;text-align: center;white-space: nowrap;margin:10px 0 7px;}
.c399 {color:#0f6db6;
}
.l-user-service {padding-left: 20px;padding-top: 16px;}
.l-user-service span {display: inline-block;line-height: 40px;font-size: 16px;margin-left: 14px;margin-bottom: 15px;color:#3a3a3a;}
.clearfloat:after {display: block;clear: both;content: "";visibility: hidden;height: 0;}
.fl {float:left;}


/*新增楼层广告*/
.floor-banner img{display: block;float: left;height: 68px;border-bottom: 1px solid #d1d1d1;border-right: 1px solid rgb(220, 220, 220);width: 14.28%;}
.floor-banner .swiper-slide{overflow:hidden;max-height:50px;transition:all 0.5s;border: 1px solid #FFF;}
.floor-banner .swiper-slide img{border:0;height:auto;transition:all 0.5s;}
.floor-banner .swiper-slide:hover{border:1px solid #d1d1d1;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
.floor-banner .swiper-slide:hover .first{transform:scale(1.01);}
/*新增楼层广告结束*/

/*新增排行榜 start*/
.ranking_goods h3{margin-top: 20px;line-height: 24px;font-size: 24px;font-weight:500;text-align: center;}
.ranking_goods h3 span{font-size:inherit;}
.ranking_goods ul.ranking_goods_show{margin:0 -5px;padding:10px 0;}
.ranking_goods ul.ranking_goods_show li{float:left;width:25%;}
.ranking_goods ul.ranking_goods_show li:nth-child(n+5){margin-top:10px;}
.ranking_goods ul.ranking_goods_show .con{display: block;background-color:#FFF;margin:0 5px;}
.ranking_goods .ranking_pic{text-align: center;overflow:hidden;width:100%;padding:20px 20px 10px;}
.ranking_goods .ranking_pic img{width:auto;height:150px;margin:0 -100%;transition:all 0.8s;}
.ranking_goods .ranking_tit{font-size: 14px;line-height: 20px;height: 40px;margin:0 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ranking_goods .ranking_price{font-size: 18px;text-align: center;color:#0f6db6;padding:15px 20px 20px;}
.ranking_goods .ranking_price span,.ranking_goods .ranking_price i{font-size:inherit;}

@media screen and (min-width:1280px){
    .ranking_goods .con:hover .ranking_pic img{transform:scale(1.1);}
}
/*新增排行榜 end*/



.swiper-slide{max-width:180px;}
.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 100%;
    top: 0;
    margin-top: 0;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    background-size: 15px 44px;
}
.swiper-button-prev{left:0;z-index: 9;}
.swiper-button-next{right:0;z-index: 9;}
.floor-banner img{width:100%;}
.cut_floor_mode .cut{display:none;margin: 0 -5px;}
.cut_floor_mode .cut.on{display: block;}
.brand{clear:both;}
@media screen and (min-width:1280px){
    .brand:hover .swiper-button-next{visibility: initial;}
    .brand:hover .swiper-button-prev{visibility: initial;}
}

@media only screen and (max-width: 1260px) {
    .elevator_scroll{margin-left: -560px;}
    .ranking_new .rl-show {
        width: 33.3%;
    }
    .ranking_new .rl-show:nth-child(3){
        border-right: none;
    }
    .am-container ,.am-g-fixed{
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner .am-slider .am-slides img {
        width: 100%;
        left: 0;
        position: relative;
        margin-left: 0;
    }
    .banner .am-slider .am-slides li {
        height: 265px;
        overflow: hidden;
    }

    .banner1 {
        max-width: 1000px;
        width: 100%;
        padding: 0 20px;
    }
    .banner-mixed {
        width: 100%;
        position: relative;
    }
    .mod-vip {
        display: none;
    }
    .slideall{
        height: 265px;
    }
    .banner-news {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1025px) {
    .floor .aggregation{
        display: none;
    }
    .floor .floor-r {
        width: 100%;
        float: left;
        border-top: 1px solid #d1d1d1;
    }
    .fenlei {
        float: right;
        width: 12%;
    }
    .fenlei .list-items .type-list-item {
        width: 100%;
        padding-left: 16px;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
        cursor: pointer;
    }
    .fenlei .list-items .type-list-item a {
        display: block;
    }
    .fenlei .listtitle {
        font-size: 16px;
        padding: 21px 0 16px 16px;
        text-align: left;
        font-weight: normal;
    }
    /*楼层右侧*/
    .fenlei  li:hover {background: #0f6db6;}
    .fenlei .list-items .type-list-item a:hover {color :#fff}
}

@media only screen and (max-width: 768px) {
    .ranking_new .rl-show {
        width: 50%;
    }
    .ranking_new .rl-show:nth-child(3n) , .ranking_new .rl-show:last-child{
        border-right: 1px solid #d1d1d1;
    }
    .ranking_new .rl-show:nth-child(2n){
        border-right: none;
    }
    .fenlei {
        float: none;
        width: 100%;
        height: auto !important;
        border-width: 1px 1px 1px 1px;
        padding-bottom: 22px;
    }
    .fenlei .listtitle {
        padding: 10px 0 10px 16px;
    }
    .fenlei .list-items .type-list-item {
        width: auto;
        padding: 0;
    }
    .fenlei .list-items .type-list-item a {
        padding: 4px 16px;
    }
    .fenlei .list-items:after{
        content: "";
        display: inline-block;
        height: 0;
        overflow: hidden;
        clear: both;
    }
    .floor .floor-r {
        width: 100%;
        float: none;
        border-top: 0;
    }
    .am-block {
        width: 100%;
        height: auto;
    }
    .banner-news {
        height: auto;
    }
    .ranking_new .con-tit {
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) {
    .banner-left ,.banner-right{
        display: none;
    }
    .ranking_new .rl-show {
        width: 100%;
        border-right: none;
    }
    .ranking_new .rl-show:nth-child(2n) , .ranking_new .rl-show:nth-child(3n), .ranking_new .rl-show:last-child{
        border-right: none;
    }
    .floor-banner img {
        width: 33.33%;
    }
    .l-user-service {
        padding-left: 10px;
        width: 50%;
    }
}



@media screen and (min-width:1260px){
     /*首页图片显示改版*/
    .home-floor .floor_list .aggregation>a{height:460px !important;background-color:#FFF;}
    .floor .aggregation {width:25%;height: 460px !important;position:absolute;top:10px;left:-5px;padding:0 5px;}
    .floor .goods-list .goods-items{height:460px;padding: 50px 20px 0;cursor:pointer;border: 0;margin:0 5px;}
    .floor .goods-list .goods-items:nth-child(n+4){margin-top:2%;}
    .floor .goods-list .goods-items .am-block{width:100%;height:240px;overflow: hidden;}
    .floor .goods-list .goods-items .goods-images{display:inline-block;width: auto;height: 100%;margin: 0 -100%;}
    .floor .floor-r{width:100%;border:0;min-height:460px;box-sizing: initial;position:relative;padding: 10px 0;}
    .floor .floor-r .outer-con .price{font-size:18px;}
    .floor .floor-r .am-text-truncate-2{line-height:28px;height:80px;padding-top:20px;margin-bottom: 10px;}
    .floor .floor-r .goods-title a{font-size:16px;}
    .items-nav-title .more .outer.on{font-size:15px;font-weight:600;opacity: 0.9;}
    .floor .goods-list .li_div{float:left;width:25%;}
    .floor .goods-list .li_div:first-child{margin-left:25%;}
    .floor .goods-list .li_div:nth-child(n+4){margin-top:10px;}
}


@media only screen and (min-width: 640px){
    .goods-category-s .category-content {
        width: 128px;
    }
}
@media screen and (max-width:1025px){
    .slideall {
        height: auto;
    }
    .banner .am-slider .am-slides img {
        width: auto;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width:768px){
    .banner .am-slider .am-slides li {
        height: 200px;
    }
}



/*v1.0版本封版前手机端改版 start*/
@media screen and (max-width:768px){
    .ranking_goods .ranking_price{padding:10px;}
    .ranking_goods .ranking_pic{padding:10px;}
    .ranking_goods .ranking_pic img{height:100px;}
    .ranking_goods ul.ranking_goods_show li{width:50%;margin-top:0;margin-bottom:10px;}
    .ranking_goods ul.ranking_goods_show li:nth-child(n+5){margin-top:0;}
    .floor_poster{display:none;}
    .floor_cut_model{display: none;}
    .items-nav-title .floor-title{height: auto;line-height: 1;border-left: 0;border-right: 0;}
    .banner1{height: auto;}
    .slideall{display:block;}
    .banner1{padding:0;}
    .banner .am-slider .am-slides img{width:100%;height: auto;left: initial;transform:none;}
    .floor .goods-list .goods-items .goods-images{width: auto;height: 100%;margin: 0 -100%;}
    .floor_list{margin-bottom:20px;}
    .floor_list .am-block{width: 100%;height: 100px;overflow: hidden;}
    .ranking_goods h3 span{font-size:18px;}
    .am-g.small-nav{padding-left:0;padding-right: 0;}
    .login-modal-container .user_login_title{display: none;}
    .login-modal-container{padding-top:40px;}
    .items-nav-title .floor_triangle>span{display: none;}
    .items-nav-title a{font-size:16px;vertical-align: text-bottom;}
    .floor_tit_one{text-align: center;margin-bottom:10px;}
    .items-nav-title{position:relative;padding: 0;display: inline-block;width: auto;}
    .items-nav-title:before{content:"";display:block;position:absolute;top:50%;right:100%;transform:translate(-10px, -50%);width:60px;height:2px;background-color:#0f6db6;}
    .items-nav-title:after{content:"";display:block;position:absolute;top:50%;left:100%;transform:translate(10px, -50%);width:60px;height:2px;background-color:#0f6db6;}
    .cut_floor_mode .cut{display:block;}
}
/*v1.0版本封版前手机端改版 end*/
